Welcome![Sign In][Sign Up]
Location:
Search - kmp algorithm

Search list

[Other resource字符串匹配的KMP算法

Description: 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
Platform: | Size: 4171 | Author: 郑旋 | Hits:

[Other resourceKMP匹配算法

Description: 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
Platform: | Size: 3257 | Author: 卢孝飞 | Hits:

[Other文档助手算法以及算法分析

Description: 用kmp算法实现的文档助手算法-with KMP algorithm document assistant algorithm
Platform: | Size: 5120 | Author: 受冻 | Hits:

[Mathimatics-Numerical algorithmsstringmatch

Description: 字符串的模式匹配(KMP算法)-string pattern matching (KMP algorithm)
Platform: | Size: 11264 | Author: 谭悦 | Hits:

[OtherC语言kmp算法实现

Description: 研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
Platform: | Size: 1024 | Author: ipkh | Hits:

[Data structsPatternMatching

Description: 这是计算机专业硕士生课程《算法设计与实现》中讲到的模式匹配算法的实现,并且将该算法与KMP算法进行了比较。-It was the professional degree programs, "Algorithm Design and Implementation" referred to the pattern matching algorithm implementation, and algorithm and KMP algorithm are compared.
Platform: | Size: 318464 | Author: 孙江萍 | Hits:

[Data structs三种模式匹配算法的比较

Description: Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
Platform: | Size: 332800 | Author: lxr | Hits:

[Otherkmp1

Description: 对KMP算法进行改进,有助于对算法的更进一步的了解-KMP algorithm for improved algorithm contribute to the further understanding
Platform: | Size: 356352 | Author: jie | Hits:

[Data structsKMP

Description: 我自己写的一个“文学研究助手”的程序,C语言写的,实现了从文件中查找字符串。用到了KMP算法。-I wrote it myself a " literary research assistant" process, C language, and the realization of the search string from the document. Used in the KMP algorithm.
Platform: | Size: 5120 | Author: lzj | Hits:

[CSharpkmp

Description: 用C语言实现KMP算法(字符串匹配过程)-Using C language KMP algorithm (string matching)
Platform: | Size: 1024 | Author: 赵珑 | Hits:

[OtherKMP

Description: poj 上的几道kmp 题的解题报告 sourse code of kmp algorithm -sourse code of kmp algorithm
Platform: | Size: 4093952 | Author: qiuli | Hits:

[Data structsKMP-algorithm

Description: c++文档 KMP算法的实现及注释 有详细的文档说明-KMP algorithm c++ document to achieve a detailed documentation and notes
Platform: | Size: 310272 | Author: li | Hits:

[JSP/JavaKMP-Algorithm-analysis

Description: 用简单明了的方式描述了KMP算法的原理实现及推理过程,另外文档中还附加了算法的java实现及算法优缺点评析-KMP Algorithm analysis
Platform: | Size: 70656 | Author: 李永民 | Hits:

[ConsoleKMP-Algorithm

Description: KMP算法的一个简单实现,稍加更改即可应用在其他程序中。-A program of realizing the KMP algorithm, can be easily adopted in any other programs with small modification.
Platform: | Size: 5120 | Author: 周峰 | Hits:

[Data structsBF-a-KMP-algorithm

Description: 实现BF算法和KMP算法,WORD文档格式,附有详细源码,带有程序运行截图-BF algorithm and the KMP algorithm implementation, WORD document format, with detailed source code, with the program running shots
Platform: | Size: 143360 | Author: 张丹玉 | Hits:

[Data structsKMP-algorithm

Description: 写了一个myString类,用于展示KMP 算法,有少量注释。-KMP algorithm, a small amount of Notes.
Platform: | Size: 1024 | Author: | Hits:

[Data structsKMP

Description: KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。(KMP algorithm is an improved string matching algorithm, discovered by D.E.Knuth, J.H.Morris and V.R.Pratt simultaneously, so people call it Knut Maurice Platt operation (KMP algorithm for short).)
Platform: | Size: 11264 | Author: 法师学徒 | Hits:

[OtherKMP

Description: 简单的kmp算法,使用了next数组帮助定位匹配串的下一个匹配位置(A common kmp algorithm)
Platform: | Size: 293888 | Author: VLeHr | Hits:

[OtherMazharul class Presentation of KMP algorithm

Description: KMP string match algorithm slide
Platform: | Size: 3510272 | Author: Mazhar | Hits:

[Data structsKMP

Description: KMP算法 最常用的用于字符串处理的算法(KMP Algorithm for string processing)
Platform: | Size: 276480 | Author: ecstasy_EC | Hits:
« 1 23 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net